glyph cache: Clarify message
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Jun 2019 15:08:20 +0000 (15:08 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jun 2019 23:00:01 +0000 (23:00 +0000)
We have different kinds of caches now.

gsk/gl/gskglglyphcache.c

index b9d6d7b6d0a614a7d66a92079b264db76c5b0513..b360dccca7549b78b63112469fe01721bb02654d 100644 (file)
@@ -407,7 +407,7 @@ gsk_gl_glyph_cache_begin_frame (GskGLGlyphCache *self)
 #if 0
           static int kk;
 
-          g_message ("Dropping cache... Ratio: %f",
+          g_message ("Dropping glyph cache... Ratio: %f",
                      gsk_gl_texture_atlas_get_unused_ratio (atlas));
           gsk_gl_image_write_to_png (&atlas->image, self->gl_driver,
                                      g_strdup_printf ("dropped_%d.png", kk++));